home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iarect.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  7.3 KB  |  266 lines

  1.  
  2. // JavaScript wrapper for r3iarect.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IARECTANGLE_H = 1;
  7. include("real/intact/r3ianp.js")
  8.  
  9.  
  10. var R3CLID_IARECTANGLE = 145;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IARA_DefineMethod = 145501;
  19. function SetR3IARA_DefineMethod(value) {
  20.   R3Set(this.r3obj, R3IARA_DefineMethod, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3IARA_DefineMethod() {
  24.   return R3Get(this.r3obj, R3IARA_DefineMethod, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3IARA_Type = 145502;
  28. function SetR3IARA_Type(value) {
  29.   R3Set(this.r3obj, R3IARA_Type, value, R3TID_INTEGER, 0); 
  30. }
  31.  
  32. function GetR3IARA_Type() {
  33.   return R3Get(this.r3obj, R3IARA_Type, R3TID_INTEGER, 0); 
  34. }
  35.  
  36. R3IARA_Extruded = 145503;
  37. function SetR3IARA_Extruded(value) {
  38.   R3Set(this.r3obj, R3IARA_Extruded, value, R3TID_INTEGER, 0); 
  39. }
  40.  
  41. function GetR3IARA_Extruded() {
  42.   return R3Get(this.r3obj, R3IARA_Extruded, R3TID_INTEGER, 0); 
  43. }
  44.  
  45. R3IARA_Filled = 145504;
  46. function SetR3IARA_Filled(value) {
  47.   R3Set(this.r3obj, R3IARA_Filled, value, R3TID_INTEGER, 0); 
  48. }
  49.  
  50. function GetR3IARA_Filled() {
  51.   return R3Get(this.r3obj, R3IARA_Filled, R3TID_INTEGER, 0); 
  52. }
  53.  
  54. R3IARA_ObjectType = 145505;
  55. function SetR3IARA_ObjectType(value) {
  56.   R3Set(this.r3obj, R3IARA_ObjectType, value, R3TID_INTEGER, 0); 
  57. }
  58.  
  59. function GetR3IARA_ObjectType() {
  60.   return R3Get(this.r3obj, R3IARA_ObjectType, R3TID_INTEGER, 0); 
  61. }
  62.  
  63. R3IARA_MapName = 145506;
  64. function SetR3IARA_MapName(value) {
  65.   R3Set(this.r3obj, R3IARA_MapName, value, R3TID_STRING, 0); 
  66. }
  67.  
  68. function GetR3IARA_MapName() {
  69.   return R3Get(this.r3obj, R3IARA_MapName, R3TID_STRING, 0); 
  70. }
  71.  
  72. R3IARA_MapClid = 145507;
  73. function SetR3IARA_MapClid(value) {
  74.   R3Set(this.r3obj, R3IARA_MapClid, value, R3TID_INTEGER, 0); 
  75. }
  76.  
  77. function GetR3IARA_MapClid() {
  78.   return R3Get(this.r3obj, R3IARA_MapClid, R3TID_INTEGER, 0); 
  79. }
  80.  
  81. R3IARA_CountU = 145508;
  82. function SetR3IARA_CountU(value) {
  83.   R3Set(this.r3obj, R3IARA_CountU, value, R3TID_INTEGER, 0); 
  84. }
  85.  
  86. function GetR3IARA_CountU() {
  87.   return R3Get(this.r3obj, R3IARA_CountU, R3TID_INTEGER, 0); 
  88. }
  89.  
  90. R3IARA_CountV = 145509;
  91. function SetR3IARA_CountV(value) {
  92.   R3Set(this.r3obj, R3IARA_CountV, value, R3TID_INTEGER, 0); 
  93. }
  94.  
  95. function GetR3IARA_CountV() {
  96.   return R3Get(this.r3obj, R3IARA_CountV, R3TID_INTEGER, 0); 
  97. }
  98.  
  99. R3IARA_Order = 145516;
  100. function SetR3IARA_Order(value) {
  101.   R3Set(this.r3obj, R3IARA_Order, value, R3TID_INTEGER, 0); 
  102. }
  103.  
  104. function GetR3IARA_Order() {
  105.   return R3Get(this.r3obj, R3IARA_Order, R3TID_INTEGER, 0); 
  106. }
  107.  
  108. R3IARA_WidthHeightDepth = 145518;
  109. function SetR3IARA_WidthHeightDepth(value) {
  110.   R3Set(this.r3obj, R3IARA_WidthHeightDepth, value, R3TID_VECTOR, 0); 
  111. }
  112.  
  113. function GetR3IARA_WidthHeightDepth() {
  114.   return R3Get(this.r3obj, R3IARA_WidthHeightDepth, R3TID_VECTOR, 0); 
  115. }
  116.  
  117. R3IARA_ExtrudeDepth = 145521;
  118. function SetR3IARA_ExtrudeDepth(value) {
  119.   R3Set(this.r3obj, R3IARA_ExtrudeDepth, value, R3TID_FLOAT, 0); 
  120. }
  121.  
  122. function GetR3IARA_ExtrudeDepth() {
  123.   return R3Get(this.r3obj, R3IARA_ExtrudeDepth, R3TID_FLOAT, 0); 
  124. }
  125.  
  126. R3IARA_MapEnvironment = 145522;
  127. function SetR3IARA_MapEnvironment(value) {
  128.   R3Set(this.r3obj, R3IARA_MapEnvironment, value, R3TID_INTEGER, 0); 
  129. }
  130.  
  131. function GetR3IARA_MapEnvironment() {
  132.   return R3Get(this.r3obj, R3IARA_MapEnvironment, R3TID_INTEGER, 0); 
  133. }
  134.  
  135. R3IARA_AcceptPhase = 145523;
  136. function SetR3IARA_AcceptPhase(value) {
  137.   R3Set(this.r3obj, R3IARA_AcceptPhase, value, R3TID_INTEGER, 0); 
  138. }
  139.  
  140. function GetR3IARA_AcceptPhase() {
  141.   return R3Get(this.r3obj, R3IARA_AcceptPhase, R3TID_INTEGER, 0); 
  142. }
  143.  
  144. R3IARA_CountW = 145524;
  145. function SetR3IARA_CountW(value) {
  146.   R3Set(this.r3obj, R3IARA_CountW, value, R3TID_INTEGER, 0); 
  147. }
  148.  
  149. function GetR3IARA_CountW() {
  150.   return R3Get(this.r3obj, R3IARA_CountW, R3TID_INTEGER, 0); 
  151. }
  152.  
  153. R3IARA_InsertToSelected = 145525;
  154. function SetR3IARA_InsertToSelected(value) {
  155.   R3Set(this.r3obj, R3IARA_InsertToSelected, value, R3TID_INTEGER, 0); 
  156. }
  157.  
  158. function GetR3IARA_InsertToSelected() {
  159.   return R3Get(this.r3obj, R3IARA_InsertToSelected, R3TID_INTEGER, 0); 
  160. }
  161.  
  162. R3IARA_ObjectClid = 145527;
  163. function SetR3IARA_ObjectClid(value) {
  164.   R3Set(this.r3obj, R3IARA_ObjectClid, value, R3TID_INTEGER, 0); 
  165. }
  166.  
  167. function GetR3IARA_ObjectClid() {
  168.   return R3Get(this.r3obj, R3IARA_ObjectClid, R3TID_INTEGER, 0); 
  169. }
  170.  
  171. R3IARA_CenterApex = 145528;
  172. function SetR3IARA_CenterApex(value) {
  173.   R3Set(this.r3obj, R3IARA_CenterApex, value, R3TID_INTEGER, 0); 
  174. }
  175.  
  176. function GetR3IARA_CenterApex() {
  177.   return R3Get(this.r3obj, R3IARA_CenterApex, R3TID_INTEGER, 0); 
  178. }
  179.  
  180. R3IARA_NonUnified = 145529;
  181. function SetR3IARA_NonUnified(value) {
  182.   R3Set(this.r3obj, R3IARA_NonUnified, value, R3TID_INTEGER, 0); 
  183. }
  184.  
  185. function GetR3IARA_NonUnified() {
  186.   return R3Get(this.r3obj, R3IARA_NonUnified, R3TID_INTEGER, 0); 
  187. }
  188.  
  189. R3IARA_SDSType = 145530;
  190. function SetR3IARA_SDSType(value) {
  191.   R3Set(this.r3obj, R3IARA_SDSType, value, R3TID_INTEGER, 0); 
  192. }
  193.  
  194. function GetR3IARA_SDSType() {
  195.   return R3Get(this.r3obj, R3IARA_SDSType, R3TID_INTEGER, 0); 
  196. }
  197.  
  198. var R3IAROT_GEOMETRY = 0;
  199. var R3IAROT_TRIMCURVE = 1;
  200. var R3IAROT_PARALLELMAP = 2;
  201. var R3IAROT_MESHMAP = 3;
  202. var R3IAROT_PAINT = 4;
  203. var R3IAROT_CUBEMAP = 5;
  204. var R3IAROT_PYRAMIDMAP = 6;
  205. var R3IARDM_CORNERS = 0;
  206. var R3IARDM_CENTER_CORNER = 1;
  207. var R3IARTY_Solid = 0;
  208. var R3IARTY_Nurbs = 1;
  209. var R3IARTY_Subdivision = 2;
  210. var R3IARORDER_Poly = 2;
  211. var R3IARORDER_Quadric = 3;
  212. var R3IARORDER_Cubic = 4;
  213.  
  214.  
  215. function r3Iarectangle () { 
  216.    this.base = r3God;
  217.    if(arguments.length) {
  218.       this.base(R3CLID_IARECTANGLE, arguments);
  219.    }
  220.    // Methods
  221.  
  222.    // Attributes
  223.    this.GetDefineMethod=GetR3IARA_DefineMethod;
  224.    this.SetDefineMethod=SetR3IARA_DefineMethod;
  225.    this.GetType=GetR3IARA_Type;
  226.    this.SetType=SetR3IARA_Type;
  227.    this.GetExtruded=GetR3IARA_Extruded;
  228.    this.SetExtruded=SetR3IARA_Extruded;
  229.    this.GetFilled=GetR3IARA_Filled;
  230.    this.SetFilled=SetR3IARA_Filled;
  231.    this.GetObjectType=GetR3IARA_ObjectType;
  232.    this.SetObjectType=SetR3IARA_ObjectType;
  233.    this.GetMapName=GetR3IARA_MapName;
  234.    this.SetMapName=SetR3IARA_MapName;
  235.    this.GetMapClid=GetR3IARA_MapClid;
  236.    this.SetMapClid=SetR3IARA_MapClid;
  237.    this.GetCountU=GetR3IARA_CountU;
  238.    this.SetCountU=SetR3IARA_CountU;
  239.    this.GetCountV=GetR3IARA_CountV;
  240.    this.SetCountV=SetR3IARA_CountV;
  241.    this.GetOrder=GetR3IARA_Order;
  242.    this.SetOrder=SetR3IARA_Order;
  243.    this.GetWidthHeightDepth=GetR3IARA_WidthHeightDepth;
  244.    this.SetWidthHeightDepth=SetR3IARA_WidthHeightDepth;
  245.    this.GetExtrudeDepth=GetR3IARA_ExtrudeDepth;
  246.    this.SetExtrudeDepth=SetR3IARA_ExtrudeDepth;
  247.    this.GetMapEnvironment=GetR3IARA_MapEnvironment;
  248.    this.SetMapEnvironment=SetR3IARA_MapEnvironment;
  249.    this.GetAcceptPhase=GetR3IARA_AcceptPhase;
  250.    this.SetAcceptPhase=SetR3IARA_AcceptPhase;
  251.    this.GetCountW=GetR3IARA_CountW;
  252.    this.SetCountW=SetR3IARA_CountW;
  253.    this.GetInsertToSelected=GetR3IARA_InsertToSelected;
  254.    this.SetInsertToSelected=SetR3IARA_InsertToSelected;
  255.    this.GetObjectClid=GetR3IARA_ObjectClid;
  256.    this.SetObjectClid=SetR3IARA_ObjectClid;
  257.    this.GetCenterApex=GetR3IARA_CenterApex;
  258.    this.SetCenterApex=SetR3IARA_CenterApex;
  259.    this.GetNonUnified=GetR3IARA_NonUnified;
  260.    this.SetNonUnified=SetR3IARA_NonUnified;
  261.    this.GetSDSType=GetR3IARA_SDSType;
  262.    this.SetSDSType=SetR3IARA_SDSType;
  263. }
  264.  
  265. r3Iarectangle.prototype=new r3Ianp;
  266. // r3iarect.h_H